From ad3b5ffb6a258e9536900c788eac5de023242d1b Mon Sep 17 00:00:00 2001 From: "kfraser@localhost.localdomain" Date: Tue, 1 Aug 2006 17:47:21 +0100 Subject: [PATCH] [TOOLS] Clean up libxenstore.a on 'make clean'. Signed-off-by: Keir Fraser --- tools/xenstore/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/xenstore/Makefile b/tools/xenstore/Makefile index a504ac2645..53f3467465 100644 --- a/tools/xenstore/Makefile +++ b/tools/xenstore/Makefile @@ -102,7 +102,7 @@ libxenstore.a: xs.o xs_lib.o .PHONY: clean clean: testsuite-clean - rm -f *.o *.opic *.so* + rm -f *.a *.o *.opic *.so* rm -f xenstored xs_random xs_stress xs_crashme rm -f xs_test xenstored_test xs_tdb_dump xenstore-control xenstore-ls rm -f $(CLIENTS) -- 2.30.2